From: Glenn Morris Date: Fri, 4 May 2012 20:53:03 +0000 (-0400) Subject: * doc/misc/Makefile.in (info): Make it the first target again. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2326^2~2422 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=956cceb9b1ffb4117fd1ad556e782de281ee68e3;p=emacs.git * doc/misc/Makefile.in (info): Make it the first target again. --- diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index ed1c497c25e..83bc2d7bf33 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in @@ -215,12 +215,13 @@ mkinfodir = @cd ${srcdir}; test -d ${infodir} || mkdir ${infodir} || test -d ${i .PHONY: info dvi pdf echo-info +# Default. +info: $(INFO_TARGETS) + ## Used by top-level Makefile. echo-info: @echo $(INFO_TARGETS) | sed 's|[^ ]*/||g' -info: $(INFO_TARGETS) - # please modify this for all the web manual targets webhack: clean $(MAKE) pdf MAKEINFO_OPTS="-DWEBHACKDEVEL $(MAKEINFO_OPTS)"